home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / menu.dxr / 00010_Script_Lesson I < prev    next >
Text File  |  1998-01-05  |  207b  |  11 lines

  1.  
  2. on mouseLeave me
  3.   set the member of sprite the currentSpriteNum to member "Lesson I leave"
  4.  
  5. end
  6.  
  7. on mouseEnter me
  8.   set the member of sprite the currentSpriteNum to member "Lesson I within"
  9.  
  10. end
  11.